Forum Activity for @michael

michael
@michael
01/13/19 07:50:13PM
7,816 posts

Mobile Menu Not Working


Installation and Configuration

Check a default skin, see if it works there. If it does work on the default skin, see if there is anything that has changed between your base default skin and the most recent version
michael
@michael
01/12/19 08:43:13PM
7,816 posts

Can't get SSL to work


Using Jamroom

If you're going to force SSL in the ACP settings, make sure
$_conf['jrCore_base_url'] = 'http://XXX.co.uk'; 
is changed to https://
michael
@michael
01/12/19 01:27:56AM
7,816 posts

Can't get SSL to work


Using Jamroom

You don't seem to have a server on Jamroom Hosting

Your Profile -> Hosting
https://www.jamroom.net/hello77957/hosting/overview

So enabling SSL is something you setup with your server hosting company. You need an SSL certificate added to your server first so your site is visible on https://your-site.com then you can change the settings in your ACP.

If its just the cache you want to clear, use the manual method described here:

Docs: "Somethings wrong what do I do: Manually Clearing Caches"
https://www.jamroom.net/the-jamroom-network/documentation/troubleshooting/114/somethings-wrong-what-do-i-do
michael
@michael
01/11/19 11:11:46AM
7,816 posts

Video Poster Background Not Showing


Using Jamroom

What that say to me is chrome/android is either caching the image from when you were logged in and serving it to you when logged out, or bypassing the checks somehow. But since the checks are on the server, that seems very unlikely.

open:
https://wuji.zone/video/image/video_image/21/xxxlarge/image.jpg/crop=807:452?debug=1

in chrome and see what you get.

For me in chrome, i see the same error: (screenshot)
chrome.jpg chrome.jpg - 71KB
michael
@michael
01/10/19 07:13:06PM
7,816 posts

question about moving group/forum threads


Using Jamroom

Strumelia:
I have the JR tools to move a Forum discussion into a Group. Would doing that automatically make all the thread posters of that moved forum thread Members of the Group then, without them having to actually join the group on their own? Would they then show up among the group members list simply by moving the discussion there?
Haven't tested it, but by our normal logic I would say 'No'. On the grounds that the group may be private and the forum thread may have been put in the wrong place.

If the requested action is "move this from forums to groups" that would be the extent of the action I would expect to be taken.

I would expect that the follows to the forum post WOULD NOT follow over to the group. Following a forum thread is following a forum thread. If the thread ceases to be a forum thread then you're not following it anymore.

Strumelia:
And the same question for if I move a discussion from one Group to another- do all the people who posted in that discussion then become members (join) the Group that now contains the discussion? And do they get "un-joined' from the original Group that housed the discussion? (assuming they had no other posts in other group threads there)

moving it should just move the discussion and have no effect on member-joined-ship
michael
@michael
01/10/19 07:07:21PM
7,816 posts

member avatars in group discussions fuzzy


Using Jamroom

size="1280"
by itself would give you a huge 1280px image.
width="48"
would set the box that contains the image to 48px
height="48"
would set the height that contains the image to 48px

normally you wouldnt put a 1280 image inside a 48px box because its a waste of bandwidth. You can, it just slows the page load down.

The reverse is also true, if you put an image which is actually 24 and set the box to 48px what you get is an image that is blury but loads fast.
michael
@michael
01/10/19 07:01:21PM
7,816 posts

Video Poster Background Not Showing


Using Jamroom

the error is:
CRI: privacy settings prevent access to this image

Admin users can always see everything.
privacy.jpg privacy.jpg - 87KB
michael
@michael
01/10/19 01:34:50AM
7,816 posts

member avatars in group discussions fuzzy


Using Jamroom

There are a couple of locations in that code that call the image display function. It looks like this:
{jrCore_module_function function="jrImage_display" module="jrUser" type="user_image" item_id=$member.member_user_id size="xsmall"......

Change that
size="xsmall"
to something else.

Any of these are valid:
 xxsmall,xsmall,56,small,icon96,icon,medium,large,larger,xlarge,xxlarge,xxxlarge,1280,original
michael
@michael
01/10/19 01:31:32AM
7,816 posts

Site Gone Down


Using Jamroom

next time you do the upgrade via the marketplace upgrade in this order:
* jrCore
* jrMarketplace

Then run the integrity check, then instead of using the UPDATE ALL ITEMS button, do them one at a time.

I suspect your server has gotten part way through and stopped.

you can also run the integrity check while not logged in to the ACP via this method:

Docs: "Somethings wrong what do I do: if you cannot get into the ACP"
https://www.jamroom.net/the-jamroom-network/documentation/troubleshooting/114/somethings-wrong-what-do-i-do#if-you-cannot-get-in-to-the-acp
michael
@michael
01/08/19 06:09:04PM
7,816 posts

Video Poster Background Not Showing


Using Jamroom

The page looks the same for me on both chrome and firefox. The URL to the image is this one:
https://wuji.zone/video/image/video_image/21/xxxlarge/image.jpg/crop=807:453.9375
chrome.jpg chrome.jpg - 207KB

updated by @michael: 01/08/19 06:09:22PM
  97